Pro-Cloud API Web Service
Method/ProCloudWS.asmx/ServiceUserAddUpdateForAPI
Pro-Cloud API Web Service > All Operations Resource Group : /ProCloudWS.asmx/ServiceUserAddUpdateForAPI (Method)
Description
This web method will create a service user record
Request (ServiceUserAddUpdateForAPISoapIn)

The request body is of type ServiceUserAddUpdateForAPI.

Request Body Parameters

NameDescriptionData Type

This is a unique provider id, which can be obtained from CSS

GUId

guid

This is your unique service password which can be obtained from CSS

String (min 1 max 50)

xml:string

This is to filter by a particular branch ID

Int (using 0 will return results for all branches)

xml:int

The contract the new user will belong to

int

xml:int

The first name of the new user

String (min 1 max 75)

xml:string

The surname of the new user

String (min 1 max 75)

xml:string

The work telephone number of the new user

String (min 1 max 20)

xml:string

The mobile telephone number of the new user

String (min 1 max 20)

xml:string

The E-Mail address of the new user

String (min 1 max 100)

xml:string
Subdwelling of address (example Flat 1)
String (min 1 max 100)
xml:string

Building name or number of address

String (min 1 max 100)

xml:string

Street of new users address

String (min 1 max 60)

xml:string

The area of the new users address

String (min 1 max 100)

xml:string

Town of the new users address

String (min 1 max 60)

xml:string

County of the new users address

String (min 1 max 60)

xml:string

Postcode of the new users address

String (min 1 max 11)

xml:string
strPostcode Element strCounty Element strTown Element strLocality Element strStreet Element strBuildingNameNumber Element strSubDwelling Element strEmailAddress Element strMobileNumber Element strWorkNumber Element strSurname Element strFirstname Element intContractId Element intProviderBranchId Element strPassword Element objProviderGUId Element Sequence ServiceUserAddUpdateForAPI Element

Overview

Sequence
strPassword optional xs:string
strFirstname optional xs:string
strSurname optional xs:string
strWorkNumber optional xs:string
strMobileNumber optional xs:string
strEmailAddress optional xs:string
strSubDwelling optional xs:string
strBuildingNameNumber optional xs:string
strStreet optional xs:string
strLocality optional xs:string
strTown optional xs:string
strCounty optional xs:string
strPostcode optional xs:string
Response (ServiceUserAddUpdateForAPISoapOut)

The response body is of type ServiceUserAddUpdateForAPIResponse.

Response Body Parameters

NameDescriptionData Type
 objServiceUserAddUpdateForAPI
xmlDataSet Element strErrorMsg Element intErrorId Element Sequence ServiceUserAddUpdateForAPIResult Element Sequence ServiceUserAddUpdateForAPIResponse Element

Overview

Sequence
Sequence
intErrorId xs:int
strErrorMsg optional xs:string
xmlDataSet optional
Sequence
Any
Example
<?xml version="1.0" encoding="UTF-8"?>
<objServiceUserAddUpdateForAPI xmlns="http://pro-cloud.org/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<intErrorId>0</intErrorId>
	<strErrorMsg/>
	<xmlDataSet>
		<NewDataSet xmlns=""/>
	</xmlDataSet>
</objServiceUserAddUpdateForAPI>
See Also
All Operations Resource GroupPro-Cloud API Web Service